projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eadd90c
)
boxlayout: Remove unused variable
author
Benjamin Otte
<otte@redhat.com>
Fri, 12 Apr 2019 14:31:39 +0000
(16:31 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 12 Apr 2019 14:32:00 +0000
(16:32 +0200)
gtk/gtkboxlayout.c
patch
|
blob
|
history
diff --git
a/gtk/gtkboxlayout.c
b/gtk/gtkboxlayout.c
index cc6731b0689372b5a78a4d2e922e1e035264ecb4..259a4822c9a4cb935e9ad12ff7d0287a60b63dbc 100644
(file)
--- a/
gtk/gtkboxlayout.c
+++ b/
gtk/gtkboxlayout.c
@@
-203,7
+203,6
@@
static GtkSizeRequestMode
gtk_box_layout_get_request_mode (GtkLayoutManager *layout_manager,
GtkWidget *widget)
{
- GtkBoxLayout *self = GTK_BOX_LAYOUT (layout_manager);
GtkWidget *child;
int wfh = 0, hfw = 0;